PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / addRange Method
The array whose elements should be added to the end of this array. The array itself cannot be nulland it cannot contain elements that are null.
In This Topic
    addRange Method
    In This Topic
    Adds the elements of the specified array to the end of this array.
    Syntax
    public void addRange( 
       PDFCosArray array
    )

    Parameters

    array
    The array whose elements should be added to the end of this array. The array itself cannot be nulland it cannot contain elements that are null.
    Exceptions
    ExceptionDescription
    Thrown when the array is null or when the array contains null elements.
    See Also